home *** CD-ROM | disk | FTP | other *** search
- /*
- File: AppleEventStuff.h
-
- Contains: Handlers for the 4 "required" events
-
-
- Written by: Chris White, Developer Technical Support
-
- Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- 9/28/95 CW First release
-
- */
-
-
- #ifndef __APPLEEVENTSTUFF__
- #define __APPLEEVENTSTUFF__
-
-
- void InstallAppleEventHandlers ( void );
-
-
-
-
-
-
-
-
- #endif
-
-